home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TTESTWILDCARDFORM / TTESTWILDCARDFORM.txt
Text File  |  2003-03-07  |  2KB  |  107 lines

  1. object TestWildcardForm: TTestWildcardForm
  2.   Left = 387
  3.   Top = 214
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Test wildcard email address'
  7.   ClientHeight = 210
  8.   ClientWidth = 414
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 24
  22.     Width = 135
  23.     Height = 13
  24.     Caption = 'Wildcard address expression'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 64
  29.     Width = 97
  30.     Height = 13
  31.     Caption = 'Email address to test'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 288
  35.     Top = 24
  36.     Width = 114
  37.     Height = 13
  38.     Caption = '(may inlcude *, ?, and +)'
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 16
  42.     Top = 160
  43.     Width = 385
  44.     Height = 3
  45.   end
  46.   object Label4: TLabel
  47.     Left = 16
  48.     Top = 104
  49.     Width = 49
  50.     Height = 13
  51.     Caption = 'Test result'
  52.   end
  53.   object WildcardEdit: TEdit
  54.     Left = 160
  55.     Top = 24
  56.     Width = 121
  57.     Height = 21
  58.     TabOrder = 0
  59.     OnChange = AddressOrWildcardEditChange
  60.   end
  61.   object AddressEdit: TEdit
  62.     Left = 160
  63.     Top = 64
  64.     Width = 121
  65.     Height = 21
  66.     TabOrder = 1
  67.     OnChange = AddressOrWildcardEditChange
  68.   end
  69.   object TestButton: TButton
  70.     Left = 288
  71.     Top = 104
  72.     Width = 57
  73.     Height = 21
  74.     Caption = 'Test'
  75.     TabOrder = 2
  76.     OnClick = TestButtonClick
  77.   end
  78.   object OKButton: TButton
  79.     Left = 328
  80.     Top = 176
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'OK'
  84.     Default = True
  85.     TabOrder = 3
  86.     OnClick = OKButtonClick
  87.   end
  88.   object CancelButton: TButton
  89.     Left = 240
  90.     Top = 176
  91.     Width = 75
  92.     Height = 25
  93.     Cancel = True
  94.     Caption = 'Cancel'
  95.     TabOrder = 4
  96.     OnClick = CancelButtonClick
  97.   end
  98.   object ResultEdit: TEdit
  99.     Left = 160
  100.     Top = 104
  101.     Width = 121
  102.     Height = 21
  103.     Color = clBtnFace
  104.     TabOrder = 5
  105.   end
  106. end
  107.